runtime.stackScanState.freeBuf (field)
11 uses
runtime (current package)
mgcmark.go#L992: if state.buf != nil || state.cbuf != nil || state.freeBuf != nil {
mgcstack.go#L180: freeBuf *stackWorkBuf // keep around one free buffer for allocation hysteresis
mgcstack.go#L218: if s.freeBuf != nil {
mgcstack.go#L219: buf = s.freeBuf
mgcstack.go#L220: s.freeBuf = nil
mgcstack.go#L245: if s.freeBuf != nil {
mgcstack.go#L247: putempty((*workbuf)(unsafe.Pointer(s.freeBuf)))
mgcstack.go#L250: s.freeBuf = buf
mgcstack.go#L262: if s.freeBuf != nil {
mgcstack.go#L263: putempty((*workbuf)(unsafe.Pointer(s.freeBuf)))
mgcstack.go#L264: s.freeBuf = nil
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)